![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
@hixme-ui/text
Advanced tools
npm i --save @hixme-ui/text
import Text, {
TextLink,
HyperLink,
Paragraph,
Label,
} from '@hixme-ui/text'
// text success
<Text success>I said good day sir!</Text>
// paragraph warning
<Text p warning>Are you sure?</Text>
<Paragraph warning>Are you sure?</Paragraph>
Category | Name | Type |
---|---|---|
Tags | ||
a | bool | |
div | bool | |
label | bool | |
p | bool | |
States | ||
defaultColor | bool | |
primary | bool | |
success | bool | |
warning | bool | |
error | bool | |
muted | bool | |
Colors | ||
color | string | |
white | bool | |
black | bool | |
red | bool | |
blue | bool | |
purple | bool | |
yellow | bool | |
green | bool | |
light | bool | |
lighter | bool | |
Font Sizes | ||
fontSize | string | |
default | bool | |
smallest | bool | |
smaller | bool | |
small | bool | |
medium | bool | |
large | bool | |
larger | bool | |
jumbo | bool | |
Font Weights | ||
fontWeight | string | |
thinnest | bool | |
thinner | bool | |
thin | bool | |
normal | bool | |
bold | bool | |
bolder | bool | |
boldest | bool | |
Text Align | ||
left | bool | |
center | bool | |
right | bool | |
Text Decoration | ||
dashed | bool | |
Transforms | ||
uppercase | bool | |
lowercase | bool | |
capitalize | bool | |
Other | ||
cursor | string | |
display | string | |
fontFamily | string | |
href | string | |
justifyContent | string | |
lineHeight | string | |
onClick | string | |
textIndent | string | |
textOverflow | string | |
userSelect | string | |
whiteSpace | string | |
wordBreak | string |
These components default to using the <a />
tag as it's rendered form.
HyperLink goes one step further in defaulting to a cursor pointer and a default primary color
import { TextLink, HyperLink } from '@hixme-ui/text'
<TextLink href='#point1' />
<HyperLink href='https://goingsomewhere.com' />
FAQs
hixme-ui text component. For all your communictation needs.
We found that @hixme-ui/text demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.